home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / The Golden Parrot / card_25631.txt < prev    next >
Text File  |  1990-08-20  |  1KB  |  61 lines

  1. -- card: 25631 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3426
  5. -- name: End
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=130 top=216 right=238 bottom=230
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Play Again
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   global score
  23.   put 100 into score
  24.   visual effect dissolve
  25.   go to card "title"
  26. end mouseUp
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 8003
  32. -- rect: left=264 top=216 right=238 bottom=364
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Quit
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual effect dissolve
  44.   go to card "Show your appreciation"
  45. end mouseUp
  46.  
  47.  
  48. -- part contents for background part 1
  49. ----- text -----
  50. The End of the Story
  51.  
  52. -- part contents for background part 5
  53. ----- text -----
  54. 0
  55.  
  56. -- part contents for background part 2
  57. ----- text -----
  58. A zoo collector's business consists of bagging the beasts. Yes, of course you were after the prized golden parrot - isn't everyone? But you also have to pay the rent, put food on the table . . .
  59. Life is forever and always a narrow walk between doing the chores and striving for the golden wings of greatness.
  60.  
  61. Next time, don't let your score go to zero!